-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CAT-48] 로컬 푸시 기능 대응 #12
Conversation
데모앱 구현 완료... Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-07-24.at.23.39.10.mp4 |
let layerAttribute: Template.Attribute = .required("layer") | ||
let nameAttribute: Template.Attribute = .required("name") | ||
let platformAttribute: Template.Attribute = .optional("platform", default: "ios") | ||
let nowDateAttribute: Template.Attribute = .optional("nowDate", default: .string(getNowDateString())) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
요 파일에선 멀 수정한건가욥 ? ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아하 요건 바로 stencil 파일에서 {{ nowDate }}
와 같이 사용하면 현재 날짜를 가져올 수 있도록 한겁니당
모듈 한번 생성해보면 현재 날짜를 기반으로 파일 헤더가 생성될꺼야!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아하 .
무엇에 관한 PR 인가요? 🙋
어떤 것을 작업하셨나요? 🛠